home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / MDIExample1 / MDIExample1U2.dfm < prev    next >
Encoding:
Text File  |  1999-11-24  |  905 b   |  42 lines

  1. object Form2: TForm2
  2.   Left = 394
  3.   Top = 361
  4.   Width = 588
  5.   Height = 303
  6.   Caption = 'Form2'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DBGrid1: TDBGrid
  23.     Left = 0
  24.     Top = 0
  25.     Width = 580
  26.     Height = 276
  27.     Align = alClient
  28.     DataSource = DataSource1
  29.     TabOrder = 0
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = clWindowText
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'MS Sans Serif'
  34.     TitleFont.Style = []
  35.   end
  36.   object DataSource1: TDataSource
  37.     DataSet = DataModule1.Table1
  38.     Left = 96
  39.     Top = 56
  40.   end
  41. end
  42.